-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure SDK Instrumentation (Storage + Queue) #1316
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Plus a bunch of refactoring to make it pass since it's a different library
Note that the tests included are not actually being run (yet) -- see #1348 for that technical debt. But they all pass if you set up your own |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are some humongous if-statements :D good work on assembling those! Would it make sense to write unit tests (as in, they can run without an azure service) for those? Maybe even driven by a JSON file that can be shared amongst agents.
Excellent idea. I decided to put the issue in the apm repo since it's a cross-agent thing: elastic/apm#519 |
Related issues
Closes #1028
Closes #1029